Adwaita: Set a background color for the overshoot class
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 30 Jun 2014 18:46:59 +0000 (20:46 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 10 Jul 2014 03:15:16 +0000 (23:15 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=731297

gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index 3a3da7cc1e4b7f623f3ca3a3793742e83fa8dbdb..00892b8193520d000ad7ed9a611a7df2a2c517dd 100644 (file)
   background-color: transparentize($selected_bg_color,0.8);
 }
 
+.overshoot {
+  background-color: transparentize($selected_bg_color,0.8);
+}
+
 GtkLabel {
   &:selected,
   &:selected:focus,
index a2f91da032e093e4dcc88c848d835bace253ea52..173c5c44f42c0a8fdf0aace7730b16a68a43ac32 100644 (file)
   opacity: 0.55;
   text-shadow: none; }
 
+.overshoot {
+  background-color: rgba(33, 93, 156, 0.2); }
+
 /*********************
  * Spinner Animation *
  *********************/
index 55168300ebc7129f681a9fe7284b26f9ce50c1dc..bf25d7f28e2c340df0c784107732b4ace0bd0ef2 100644 (file)
   opacity: 0.55;
   text-shadow: none; }
 
+.overshoot {
+  background-color: rgba(74, 144, 217, 0.2); }
+
 /*********************
  * Spinner Animation *
  *********************/